a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var
{   
	padding: 0;   
	margin: 0;
}
/*html {font-size: 625%; /*100 ÷ 16 × 100% = 625%*}*/
/*响应式开发rem的配置*/
* { box-sizing: border-box; font-family: '微软雅黑'; }
html { font-size: 10px;color:#000000}
:root {
   --hlyw-toolbar-font-color: #52526e;
    --font-size-10: 1rem;
    --font-size-15: 1.5rem;
    --font-size-20: 2rem;
    --font-size-25: 2.5rem;
 
}
.clear{
	clear:both;
}
.mt30{
	margin-top:30px;
}
.mb30{
	margin-bottom:30px;
}
/*4s*/
@media screen and (max-device-width: 320px) {
    html { font-size: 6px; }
}
/*5*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    html { font-size: 8px; }
}
 
/*6*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
    html { font-size: 10px; }
}
 
/*6+*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) {
    html { font-size: 10px; }
}
/*响应式开发rem的配置结束*/

/*去掉 内外边距*/
.clear{clear: both;}    
*{
	padding: 0;   
	margin: 0;
}

.bor_l{
	border-left: 1px solid #efefef;
}
/*设置这个整体的容器的背景色*/
body{    
	background-color:#fff;    
}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 
input{outline:0px; -webkit-appearance:none;}
/****************************************************************************首页开始*************************************************************************/
.header{
	position:relative;
}
.searchBox{
    position: absolute;
    right: 0;
    width: 600px;
    top: 40%;
}
.searchBox input{
	border:1px solid #d0d0d0;
	height:31px;
	width:200px;
	line-height:31px;
	padding:0 10px;
	position:absolute;
	color:#8d8d8d;
	
}
.searchBox button{
	width:34px;
	height:31px;
	border:none;
	outline:none;
	position:absolute;
	left:200px;
	background-image:url(../images/front/search.jpg);
}

/*******nav********/           
#nav {
	width: 1300px;
	/*border-radius: 10px;*/
	position: relative;
	margin: 0px auto;
	top: 0px;
	z-index:999;
}

.nav_container {
	width: 100%;
	height: 2.21rem;
	position: relative;
	background-color:#0e85d9;
}

.banner {
	float: left;
	text-align: center;
	width:10%;
	height: 2.176rem;
	line-height: 2.176rem;
	color:#fff;
	font-size:0.6rem;
	overflow: visible;
	
}
.banner .navinner_a{
	display:inline-block;
	height:100%;
	width:100%;	color:#fff;
	text-decoration:none;
}

.banner:hover {
	background-color: #444;
	cursor: pointer;

}

.banner ul {
	list-style: none;
	/*display: none;*/
	background-color:rgb(245,245,245);
/* 	opacity:0.9;
	filter:alpha(opacity=90); */
	overflow: hidden;
	/*模拟height:auto时候的情况*/                
	max-height: 0px;
	transition: max-height 0.3s;
	/*多浏览器支持*/
	-moz-transition: height 1s;
	-webkit-transition: height 1s;
	-o-transition: height 1s;
}

.banner:hover ul {
	/*display: block;*/
	width: 100%;
	max-height: 260px;
	margin-top: 2px;
}

div ul li{
	overflow: hidden;
	color:#222;
	height:1.4rem;
	line-height:1.4rem;
}

div ul li:hover {
	color:#0e85d9;
}

.drop_a{
	color:#000;
	text-decoration:none;
}
.drop_a:hover{
	color:#0e85d9;
}
.banner:hover{
	background-color:#444444;
	border-bottom:2px solid #faa701;
}
.home{
	background-color:#444444;
	color: red;
	border-bottom:2px solid #faa701;
}
/*******nav********/
.swiper-container {
    height: 13.47rem;
}
.newswrap{
	padding:0.36rem 0 2.36rem 0
}
.newsbox{
	width:40.4rem;
	margin:0 auto;
/* 	background-color:#fcfcfa; */
	padding:1rem 0 10px 0;
	height:335px;
	
}
.leftnews,.rightnews{
	width:18.45rem;	
}
.leftnews{
	float:left;
}
.rightnews{
	float:right;
}
.titlebox{
	border-bottom:3px solid #EDEDEC;
	height:50px;	
}
.marg_l100{
	margin-left:3.367rem;
}
.titlebox span{
	font-size:22px;
	border-bottom:3px solid #0e85d9;
	color:#222222;
}
.titlebox a{
	font-size:14px;
	color:#959595;
}
.titlebox span,.titlebox a{
	height:50px;
	line-height:50px;
	text-decoration:none;	
}
.f_l{float:left}
.f_r{float:right}
.xn-index-newswrap{padding: 0.3rem 0 2rem 0;}
.newslist ul{
	list-style:none;
	padding-top:15px;
}
.rightnews .newslist ul li a{
	height:1.4rem;
	line-height:1.4rem;
	font-size:0.5387rem;
	color:#222222;
	float:left;
	text-decoration:none;
	width:345px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newslist ul li span.date{
	line-height:0.8rem;
	font-size:16px;
	color: #959595;
    float: right;
}
.newslist ul li a:nth-child(2) > span {
    display: inline-block;
    line-height: 0.8rem;
}
.xn-swiper-cont .swiper-button-prev{left:15%;}
.xn-swiper-cont .swiper-button-next{right:15%;}
.xn-dafc-dfTitle{
    position: relative;
    left: 50%;
    margin-top: 0.583rem;
    width: 20.2rem;
    margin-left: -1.616rem;
}
.xn-dafc{padding-bottom: 2rem;}
.xn-dafc-dfTitle span{
    border-bottom: 2px solid #0E85D9;
    color: #222222;
    height: 1.683rem;
    line-height: 1.683rem;
    font-size: 0.7407rem;
    display: inline-block;
}
.xn-dafc-dfTitle a{
	margin-top: 2rem;
	font-size:16px;
	color:#959595;
}
.datebox{width:2.367rem !important;border-right: 1px solid #E5E5E5;margin: 0.255rem 0.6rem 0.255rem 0;}
.yandm,.l-date{display: block;float: initial !important;text-align: center;}
.l-date{font-size: 0.808rem !important;height: 1.01rem !important;line-height: 1.01rem !important;}
.yandm{height: 0.673rem !important;line-height: 0.673rem !important;}
.workbox{}
.leftnews .newslist ul li{line-height: auto;height: auto;}
.leftnews .newslist ul li a{
	font-size:0.5387rem;
	color:#222222;
	float:left;
	display: list-item;
	text-decoration:none;
	width:11.61rem;
	line-height: 1.7rem;
	margin: 0.255rem 0 0.255rem 0.5rem;	
}
/* 	height:448px; */

}
.color_w{
	color:#fff;
}
.mt40{
	margin-top:1.34rem;
}
.workwrap{
	overflow: hidden;
    height: 15.08rem;	
}
.workTitle span{
	border-bottom:2px solid #0E85D9;
	color:#222222;
	height:1.683rem;
	line-height:1.683rem;
	font-size:0.7407rem;
	display:inline-block;	
}
.workList{
	width:12.5%;
	height:10.1rem;
	float:left;
	cursor:pointer;
}
.workContain{
	position:absolute;
	width:40.4rem;
	left:50%;
	margin-left:-20.2rem;
	margin-top:4.5rem;

}
.workList{
	padding:2.567rem 0;
}
.workList .ce{
	height:2.693rem;
	width:2.693rem;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	z-index:2;

}
.workList .ce img{
	margin-top:0.5387rem;
}
.workList .imgBack{
	height:2.693rem;
	width:2.693rem;
	border:1px solid #0E85D9;
	margin:0 auto;
	position:absolute;
	z-index:1;
	background-color: #0E85D9;
}
.workList .workName{
	height:1.01rem;
	width:2.693rem;
	line-height:1.01rem;
	color:#222222;
	text-align:center;
	font-size:0.5387rem;
	margin:0 auto;
	margin-top:100px;
	position:absolute;
	text-align: center;
}
.workList:hover .imgBack{
	border:1px solid #faa701;
	background-color:#faa701;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.workList:hover span{
	color:#faa701;
}
.listInner{
	width:2.693rem;
	margin:0 auto;
	height:100%;
}
.guidewrap{
	margin-top:2.693rem;
}
.guidebox{
	width:1200px;
	margin:0 auto;
}
.workTitle,.guideTitle,.serTitle{
	text-align:center;
}
.guideTitle span,.serTitle span{
	height:1.683rem;
	line-height:1.683rem;
	font-size:0.7407rem;
	display:inline-block;
}
.guideTitle span{
	border-bottom:2px solid #0e85d9;	
}
.serTitle span{
	border-bottom:2px solid #fff;
	color: #fff;
}
.guideContain{
	padding:0 35px;
	height:inherit;
	margin:60px 0;
	
}

.guideList span{
	height:80px;
	line-height:80px;
	text-align:center;
	display:inline-block;
	font-size:20px;
	width:100%;
}
.guideList{
	padding:0 35px;
	width:20%;
	text-align:center;
	cursor:pointer;
	float:left;
}
.guideList img{	
}
.workTitle,.serTitle{
	position:absolute;
	left:50%;
	margin-top:0.583rem;
	width:3.232rem;
	margin-left:-1.616rem;
}
.serContain{
	position:absolute;
	width:40.4rem;
	left:50%;
	margin-left:-20.2rem;
	margin-top:5.05rem;
	
}
.serList{
	height: 300px;
   	width: 300px;
	width:25%;
	float:left;
	text-align:center;
}
.serInner{
	cursor:pointer;
	padding: 0 2.3rem;
}
.servicewrap{}
.servicebox{}
.serInner-rotate,.serInner-SLrotate,.serInner-SRrotate{
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); /* Opera */		
}
.serInner-rotate{
	border:1px solid #fff;
	width: 5.35rem;
	height: 5.35rem;	
	}
.serInner-SLrotate,.serInner-SRrotate{
	width: 1.609rem;
	height: 1.609rem;
	position: relative;	
}	
.serInner-SLrotate{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
    top: -3.47rem;
    left: -1.12rem;
}
.serInner-SRrotate{
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	top: -5.1rem;
    left: 4.9rem;
}
.serInner-rotate-text,.serInner-rotateNum{
	position: absolute;
	color: #fff;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg); /* Opera */		
}
.serInner-rotateNum{
	font-size: 2.191rem;
    top: 1.5rem;
    left: 0.7rem;
}	
.serInner-rotate-text{
	font-size:0.5387rem;
	width: 5rem;
	top: 2.8rem;
    left: 0.9rem;
}	
/*******档案风采滚动********/
.filebox{
	width:1200px;
	margin:30px auto 0;		
}
	
dd, dt, dl, a{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
 
dd{
    display: inline;
    float: left;
}
.actual_pic dl dd a {
    display: block;
    height: 196px;
    margin: 0 2px;
    width: 284px;
}
a, a:active {
    outline: medium none;
}
a {
    color: #555555;
    outline: medium none;
    text-decoration: none;
} 
.scroll_pic img{
	padding:0 10px;
	cursor:pointer;
	border: 0 none;
	height: 100%;
}
.scroll_pic {
    margin-top:30px;
    margin-bottom:30px;
    height: 196px;
    overflow: hidden;
}
.actual_pic {
    height: 196px;
    width: 9999px;
}
.actual_pic dl dd a {
	display: block;
	height: 196px;
	margin: 0 2px;
	width: 284px;
}
.pic_one {
	float: left;
	height: 196px;
	width: auto;
}
.pic_one_copy {
	float: left;
	height: 196px;
	width: auto;
}
/*.filewrap{
	width: 40.4rem;
	height: 10.42rem !important;
	padding:0  1.5rem 0 0 !important;
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}*/
.swiper-wrapper.filebox,.swiper-pagination.filebox{
	width: 36rem;
}
.swiper-slide a img{
	border:1px solid #EBEBEB;
	box-shadow: 8.485px 8.485px 0px 0px rgba(0,0,0,0.1);
    margin: 1rem 0.5rem;
    display: block;	
}

/*******档案风采滚动********/

.footer{
	background-color:#222222;
	height:135px;
	bottom: 0;
}
.footbox{
	width:1200px;
	height:135px;
	margin:0 auto;
	padding:18px 0;	
}

.f_l p{
	color:#a9a9a9;
	font-size:14px;
	line-height:22px;
}
.copyright{
	padding:2px 0 15px;
}
.erWeiMa{
	height:100px;
	width:100px;
}
.erWeiMa img{
	width:100%;
	height:100%;
}


/*******top********/
p#back-to-top{
	position:fixed;
	bottom:40px;
	right:80px;
}
p#back-to-top a{
	text-align:center;
	text-decoration:none;
	color:#d1d1d1;
	display:block;
	width:30px;
	/*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
	-moz-transition:color1s;
	-webkit-transition:color1s;
	-o-transition:color1s;
}
p#back-to-top a:hover{
	color:#979797;
}
p#back-to-top a span{
	background:#d1d1d1 url(../images/front/top.jpg) no-repeat center center;
	border-radius:6px;
	display:block;
	height:64px;
	width:64px;
	margin-bottom:5px;
	/*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
	-moz-transition:background1s;
	-webkit-transition:background1s;
	-o-transition:background1s;
}
#back-to-top a:hover span{
	background:#979797 url(../images/front/ptop.png) no-repeat center center;
}
/*******top********/



/*******************************************二级新闻资讯**********************************************/
.subNav{
	font-size:16px;	
	border-bottom: 2px solid #0e85d9;
/* 	height:45px; */
	line-height:45px;	
}
.subNav a{
	text-decoration:none;
	color:#222222;	
}
.subNav a:hover{
	color:#0e85d9;
}
.nbox{
	width:1200px;
	margin:0 auto;
	max-height:1323px;
}
.nList{
	padding:30px 0;
}
.imgbox{
	width:30%;
	float:left;
}
.summarybox{
	width:70%;
	float:right;
}
.summarybox .ntitle,.noticebox .ntitle{
	text-decoration:none;
	display:inline-block;
	padding-bottom:8px;
	font-size:20px;
	color:#0e85d9;
}
.n_info{
	font-size:14px;
	color:#0e85d9;
	text-decoration:none;

}
.summarybox div,.noticebox div{
	/*text-overflow: -o-ellipsis-lastline;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height:20px;
	font-size:14px;
	color:#222222;
}
.summarybox div label{
	line-height:26px;
}
.summarybox p,.noticebox p{
	height:40px;
	line-height:40px;
}
.summarybox p span,.noticebox p span{
	padding-left:50px;
	font-size:14px;
}
hr{
	border:none;
	height:1px;
	background-color:#d0d0d0;
}


.summarybox p data,.noticebox p span{
	font-size:14px;
}
.noticebox{
	width:100%;
}

div.nav_top{
    width:100%;
    height:60px;
    background-color:#333;
}

.nav_top .right{
    float:right;
    margin-right:100px;
}
.nav_top img{
    width:50px;
    height:50px;
    border-radius:25px;
    background-color:#fff;
    border:0;
}
.nav_top span{
    line-height:60px;
    color:#fff;
    font-size:14px;
    font-weight:bold;
}

#nav_left{
    width:200px;
/*     min-height:240px;
	padding:10px 0;
    background-color:#0e85d9; */
    border: 1px solid #3f9adb;
	margin-top: 45px;
	float:left;
}
.list {
    color:#444;
    padding:0 10px;
    font-size:16px;
/* 	border-bottom:1px solid #69b2e6;
	margin:10px; */
	text-align: center;
}

.list:hover{
	background-color:#3f9adb;
    cursor:pointer;
    color:#fff;
}
.home_nav{
	background-color:#0e85d9;
    cursor:pointer;
    color:#fff;	
}
.list_right{
	float:right;
	width:940px;
	margin-left:60px;
}
.left_span{
	font-size:20px;
	font-weight:bold;
	color:#0e85d9;
	float:left;
	
}
.right_span{
	float:right;
	font-size:14px;
	
}
.titlelist ul li{
/* 	border-bottom:1px dashed #d0d0d0;	 */
}
.titlelist ul li:hover{
	color:#0e85d9;
}
#text_info:hover{
	color:#0e85d9;
}
.titlelist a{
	float:left;
	display:block;
	height:50px;
	line-height:50px;
	font-size: 16px;
	width:700px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;

}
.titlelist a span{
	height:50px;
	line-height:50px;
	font-size:14px;
	
}
.list_img{
	display: inline-block;
	margin-top: 20px;
	float:left;
	padding-right:10px;
}
.text_info{
	display: inline-block;
	}
.text_data{
	display: inline-block;
	float: right;
	font-size: 16px;
	}

.nav_btn{
	height:20px;
	width:24px;
	line-height:20px;
	background-color:#47a7eb;
	text-align:center;
	color:#fff;
	display:inline-block;
	margin-right:6px;
}

/* CSS 翻页代码 */  
div.green-black {
padding-top: 60px;
margin: 3px;
text-align: center;
}

div .green-black li {
font-size:16px; 
border:#d0d0d0 1px solid;
padding:10px 16px;
background: #fff;
color:#222222;
margin-right: 2px;
text-decoration: none ;
font-family: "微软雅黑";
} 
div.green-black a:hover {
border: #0e85d9 1px solid; 
background: #0e85d9;
color: #fff;
}
div.green-black a:active { 
border: #0e85d9 1px solid; 
background: #0e85d9;
color: #fff;
} 
div.green-black li .current {
font-size:16px; 
border: #0e85d9 1px solid; 
padding: 10px 16px; 
font-weight: bold; 
background: #0e85d9;
color: #fff;
margin-right: 2px; 

} 
div.green-black li .disabled {
border: #f3f3f3 1px solid;
padding:10px 16px; 
color: #ccc;
margin-right: 2px;
font-size:16px; 
} 

/***********************************************开馆时间**********************************************/

.timeBox{
		padding:30px 0;
}
.timeBox p{
	text-align:center;
}
.timeTitle{
	font-size:24px;
	height:60px;
	line-height:60px;
}
.release{
	height:20px;
	line-height:20px;
	margin-bottom:20px;
}
.timeInfo{
	width:33%;
	margin:0 auto;
	padding:30px 0;
}
.timeInfo p{
	line-height:35px;
	height:35px;
/* 	text-align:left; */
	font-size:16px;
}
/***********************************************新闻详情**********************************************/
.newsinfoBox{
	width:1200px;
	margin:0 auto;
}
.newsinfo_left{
	width:800px;
	float:left;
}
.newsinfo_right{
	width:345px;
	margin-left:55px;
	float:right;
}
.textTitle{
	font-size:24px;
	padding-top:30px;
}
.updata{
	height:50px;
	line-height:50px;
}

.content p{
	font-family:"微软雅黑";
	font-size:16px;
	padding:5px 0;
	color: #222222;
}
.inner_p{
	line-height:30px;
	font-size:16px;
	text-indent:30px;
	padding:30px 0;
}
.upbox{
	margin-top:50px;
}
.hotbox{
	
}
.hot{
	margin-top:10px;
}
.hot img{
	margin:0;
	padding-bottom:0;
}
.hot p{
	margin-top:-3px;
	border-bottom:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	text-align:center;
	font-size:16px;
	height:50px;
	line-height:50px;
}

@media all
{
	html
	{
		font-size:14px;
	}
}
@media screen and (max-width: 768px){	/*640px显示屏样式*/
	html{
		font-size:28px;
	}
}
@media screen and ( max-width: 640px){  /*640px显示屏样式 摩托罗拉Droid3/4/Razr Atrix 4g*/
	html{
		font-size:28px;
	}
}
@media screen and ( max-width: 540px){  /*640px显示屏样式 摩托罗拉Droid3/4/Razr Atrix 4g*/
	html{
		font-size:26px;
	}
}
@media screen and ( max-width: 480px){  /*480px显示屏样式 索尼MT27i Xperia sola*/
	html{
		font-size:24px;
	}
}
@media screen and ( max-width: 424px){	/*424px显示屏样式 LG 4X */
	html{
		font-size:24px;
	}
}
@media screen and (max-width: 414px){	/*414px显示屏样式 苹果6plus*/
	html{
		font-size:24px;
	}
}
@media screen and ( max-width: 399px){	/*399px显示屏样式 三星galaxyNote*/
	html{
		font-size:24px;
	}
}
@media screen and ( max-width: 384px){	/*384px显示屏样式 黑莓Z10 谷歌 Nexus 6 LG Optimus G*/
	html{
		font-size:26px;
	}
}
@media screen and ( max-width: 360px){	/*360px显示屏样式 索尼Z1*/
	html{
		font-size:21px;
	}
}
@media screen and ( max-width: 320px){	/*320px显示屏样式 苹果4/4S/5C/5S黑莓Z30 */
	html{
		font-size:18px;
	}
}
@media screen and ( max-width: 213px){	/*213px显示屏样式 LG Optimus One*/
	html{
		font-size:14px;
	}
}

@media screen and (min-width: 992px){
	html
	{
		font-size: 30px;
	}
}

@media screen and (min-width: 1200px){
	html
	{
		font-size: 24px;
	}
}
@media screen and (max-width: 1366px){
	html
	{
		font-size: 24px;
	}
}
@media screen and (min-width: 1680px){
	html
	{
		font-size: 28px;
	}
}
@media screen and (min-width: 1920px){
	html
	{
		font-size: 28px;
	}
}